home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / shopdrop.swf / scripts / __Packages / Changie.as < prev    next >
Text File  |  2007-09-27  |  375b  |  16 lines

  1. class Changie extends MovieClip
  2. {
  3.    function Changie()
  4.    {
  5.       super();
  6.    }
  7.    function change()
  8.    {
  9.       this.hairFront.gotoAndStop(CharSelect.hair);
  10.       this.hairBack.gotoAndStop(CharSelect.hair);
  11.       this.clothes.gotoAndStop(CharSelect.clothes);
  12.       this.hands.gotoAndStop(CharSelect.skin);
  13.       this.skin.gotoAndStop(CharSelect.skin);
  14.    }
  15. }
  16.